home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / amos / AMOSL0495.lzh / AMOSLIST / 000037_svcs1.digex.net!amos-request_ Fri Apr 7 16:45:32 1995 remote from earth.msg < prev    next >
Internet Message Format  |  1995-05-01  |  2KB

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224]) by earth.usa.net (8.6.10/8.6.10) with SMTP id QAA24929 for <lee.kitchens@georgia.com>; Fri, 7 Apr 1995 16:45:28 -0600
  2. Received: by svcs1.digex.net id AA00234
  3.   (5.67b8/IDA-1.5 for amos-out); Fri, 7 Apr 1995 15:07:33 -0400
  4. Received: from nfs2.digex.net by svcs1.digex.net with SMTP id AA00230
  5.   (5.67b8/IDA-1.5 for <amos@svcs1.digex.net>); Fri, 7 Apr 1995 15:07:31 -0400
  6. Received: from vortex.netbistro.com by nfs2.digex.net with SMTP id AA10898
  7.   (5.67b8/IDA-1.5 for <amos-list@access.digex.net>); Fri, 7 Apr 1995 15:07:30 -0400
  8. Received: by vortex.netbistro.com (Smail3.1.29.1 #11)
  9.     id m0rxJNL-000LTXC; Fri, 7 Apr 95 12:07 WET DST
  10. Date: Fri, 7 Apr 1995 12:07:06 -0700 (PDT)
  11. From: Gau <earth!vortex.netbistro.com!gau>
  12. To: earth!freenet.calgary.ab.ca!michalow
  13. Cc: earth!access.digex.net!amos-list
  14. Subject: Re: Help me I'm stuck.
  15. In-Reply-To: <9504070638.AA70772@freenet.calgary.ab.ca>
  16. Message-Id: <Pine.BSD.3.91.950407120548.4020A-100000@vortex.netbistro.com>
  17. Mime-Version: 1.0
  18. Content-Type: TEXT/PLAIN; charset=US-ASCII
  19. Status: O
  20. X-Status: 
  21.  
  22. On Fri, 7 Apr 1995 michalow@freenet.calgary.ab.ca wrote:
  23.  
  24. > I've just started prigramming in Amos.
  25. > I can't figiure out how to make amos time something.
  26. > For example i will type a sentece and it will tell me how long it took for me
  27. > to type it. I have tried the timer command, but it doesn't seem to be working
  28. > right. I have to put it in loop for it to time anything, but then I can't input
  29. > anything.  I'm using amos 1.36. Can anyone help me please.
  30.  
  31. To use AMOS's Timer command:
  32.  
  33.     OLDTIME=Timer
  34.     --- Something that takes time ---
  35.     NEWTIME=Timer
  36.     TIMEITTOOK=NEWTIME-OLDTIME
  37.  
  38. ========================================================================
  39. Gau of the Veldt
  40.  
  41.   "Draped in monster hides, eyes shining with intelligence.
  42.    A youth surviving against all odds..."
  43.  
  44. =====Internet: gau@vortex.netbistro.com=================================
  45.  
  46.  
  47.  
  48.